#wrapper #customer-service {
  width: 100%;
  /* border-top: 1px solid #feba69; */
  padding-top: 60px;
}
#wrapper #customer-service .container {
  width: 120rem;
  padding: 5.2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  margin: 0 auto;
}
#wrapper #customer-service .container .detail-wrap,
#wrapper #customer-service .container .faq-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  cursor: pointer;
}
#wrapper #customer-service .container .detail-wrap .title-box,
#wrapper #customer-service .container .faq-wrap .title-box {
  width: 100%;
  min-height: 7.6rem;
  padding: 2.4rem 2.8rem;
  border-radius: 2rem;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.11);
  border: solid 1px #ebebeb;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
}
#wrapper #customer-service .container .detail-wrap .title-box .mark,
#wrapper #customer-service .container .faq-wrap .title-box .mark {
  width: 7.1rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 1.4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
#wrapper #customer-service .container .detail-wrap .title-box .mark.notice-color,
#wrapper #customer-service .container .faq-wrap .title-box .mark.notice-color {
  background-color: #ffe4d1;
}
#wrapper #customer-service .container .detail-wrap .title-box .mark.guide-color,
#wrapper #customer-service .container .faq-wrap .title-box .mark.guide-color {
  background-color: #dae6f7;
}
#wrapper #customer-service .container .detail-wrap .title-box .mark.emergency-color,
#wrapper #customer-service .container .faq-wrap .title-box .mark.emergency-color {
  background-color: #fa6b6b;
  color: #fff;
}
#wrapper #customer-service .container .detail-wrap .title-box .title-text,
#wrapper #customer-service .container .faq-wrap .title-box .title-text {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: #212121;
  max-width: 87rem;
  line-height: 1.2;
}
#wrapper #customer-service .container .detail-wrap .title-box .date,
#wrapper #customer-service .container .faq-wrap .title-box .date {
  margin-left: auto;
  color: #606060;
  font-size: 1.6rem;
  font-weight: 500;
}
#wrapper #customer-service .container .detail-wrap .detail-box,
#wrapper #customer-service .container .faq-wrap .detail-box {
  display: none;
  width: 100%;
  height: auto;
  padding: 5.2rem 6.5rem;
  border-radius: 2rem;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.11);
  border: solid 1px #ebebeb;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #242424;
  line-height: 1.63;
  word-wrap: break-word;
}
#wrapper #customer-service .container .detail-wrap.active .detail-box,
#wrapper #customer-service .container .faq-wrap.active .detail-box {
  display: block;
}
#wrapper #customer-service .container .faq-wrap .title-box .mark,
#wrapper #customer-service .container .faq-wrap .detail-box .mark {
  min-width: 4.2rem;
  width: 4.2rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 1.4rem;
  font-weight: 700 !important;
  text-align: center;
  background-color: #ededed;
}
#wrapper #customer-service .container .faq-wrap .detail-box {
  display: none;
  gap: 2rem;
  padding: 2.4rem 2.8rem;
}
#wrapper #customer-service .container .faq-wrap .detail-box .answer-text {
  overflow: auto;
  width: 100%;
}
#wrapper #customer-service .container .faq-wrap.active .title-box {
  border: solid 1px #feba69;
}
#wrapper #customer-service .container .faq-wrap.active .title-box .mark {
  background-color: #ffe3d1;
}
#wrapper #customer-service .container .faq-wrap.active .detail-box {
  border: solid 1px #feba69;
  display: flex;
}
#wrapper #customer-service .container .faq-wrap.active .detail-box .mark {
  background-color: #ffe3d1;
}
#wrapper #customer-service .container .more-btn {
  margin-top: 6.2rem;
}
#wrapper #customer-service .container form.customer-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 9rem;
}
#wrapper #customer-service .container form.customer-form .border-box {
  width: 100%;
  padding: 4.3rem 6.7rem 5.3rem 6rem;
  border-radius: 2rem;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.11);
  border: solid 1px #ebebeb;
  margin-bottom: 6.2rem;
}
#wrapper #customer-service .container form.customer-form .border-box h5 {
  margin-bottom: 4rem;
}
#wrapper #customer-service .container form.customer-form .border-box h5::before {
  background: url(../icon/main/noti_icon.svg) center no-repeat;
  width: 2.8rem;
  height: 2.2rem;
  background-size: contain;
  vertical-align: sub;
  margin-right: 1rem;
}
#wrapper #customer-service .container form.customer-form .border-box label {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.38px;
  color: #2c2c2c;
  width: 7rem;
}
#wrapper #customer-service .container form.customer-form .border-box select {
  padding-left: 1.6rem;
  color: #606060;
}
#wrapper #customer-service .container form.customer-form .border-box select option:disabled {
  display: none;
}
#wrapper #customer-service .container form.customer-form .border-box input,
#wrapper #customer-service .container form.customer-form .border-box select,
#wrapper #customer-service .container form.customer-form .border-box textarea {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
#wrapper #customer-service .container form.customer-form .border-box input,
#wrapper #customer-service .container form.customer-form .border-box textarea {
  color: #222;
}
#wrapper #customer-service .container form.customer-form .border-box input::-moz-placeholder, #wrapper #customer-service .container form.customer-form .border-box textarea::-moz-placeholder {
  color: #808080;
}
#wrapper #customer-service .container form.customer-form .border-box input::placeholder,
#wrapper #customer-service .container form.customer-form .border-box textarea::placeholder {
  color: #808080;
}
#wrapper #customer-service .container form.customer-form .border-box .flex-row {
  display: flex;
  align-items: center;
}
#wrapper #customer-service .container form.customer-form .border-box .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.6rem 1rem;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 3.6rem;
  margin-bottom: 3.6rem;
}
#wrapper #customer-service .container form.customer-form .border-box .layout select,
#wrapper #customer-service .container form.customer-form .border-box .layout input {
  width: 40rem;
  height: 4rem;
}
#wrapper #customer-service .container form.customer-form .border-box .detail-textarea {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
#wrapper #customer-service .container form.customer-form .border-box .detail-textarea input {
  width: 100%;
}
#wrapper #customer-service .container form.customer-form .border-box .detail-textarea textarea {
  width: 100%;
  height: 20rem;
  padding: 1.5rem 2rem;
}

@media screen and (max-width: 1024px) {
  #wrapper #customer-service .container {
    padding: 4rem 1rem;
    max-width: 95vw;
  }
  #wrapper #customer-service .container #list {
    width: 100% !important;
  }
  #wrapper #customer-service .container .detail-wrap .title-box .title-text {
    max-width: 44rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper #customer-service {
    padding-top: unset;
  }
  #wrapper #customer-service .category-nav-wrap .layout {
    max-width: 98vw;
  }
  #wrapper #customer-service .category-nav-wrap .layout ul.category-tap li {
    padding: 1rem 1rem 1.2rem;
  }
  #wrapper #customer-service .category-nav-wrap .layout ul.category-tap li a {
    font-size: 13px;
  }
  #wrapper #customer-service .container {
    padding: 7rem 0 3rem;
    width: 98vw;
  }
  #wrapper #customer-service .container #list {
    gap: 1.2rem !important;
  }
  #wrapper #customer-service .container .detail-wrap,
  #wrapper #customer-service .container .faq-wrap {
    gap: 0.6rem !important;
  }
  #wrapper #customer-service .container .detail-wrap .title-box,
  #wrapper #customer-service .container .faq-wrap .title-box {
    padding: 1rem 0.8rem;
    gap: 0.6rem;
    min-height: 6rem;
    border-radius: 1.5rem;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  }
  #wrapper #customer-service .container .detail-wrap .title-box .mark,
  #wrapper #customer-service .container .faq-wrap .title-box .mark {
    font-size: 11px;
    min-width: unset;
    width: 3.6rem;
    height: 2.2rem;
    line-height: 2.2rem;
  }
  #wrapper #customer-service .container .detail-wrap .title-box .title-text,
  #wrapper #customer-service .container .faq-wrap .title-box .title-text {
    font-size: 12px;
  }
  #wrapper #customer-service .container .detail-wrap .title-box .date,
  #wrapper #customer-service .container .faq-wrap .title-box .date {
    font-size: 10px;
  }
  #wrapper #customer-service .container .detail-wrap .detail-box img,
  #wrapper #customer-service .container .faq-wrap .detail-box img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100% !important;
    height: auto !important;
  }
  #wrapper #customer-service .container .detail-wrap.detail-wrap .title-box .title-text,
  #wrapper #customer-service .container .faq-wrap.detail-wrap .title-box .title-text {
    max-width: 22rem;
  }
  #wrapper #customer-service .container .detail-wrap.detail-wrap .detail-box,
  #wrapper #customer-service .container .faq-wrap.detail-wrap .detail-box {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
  #wrapper #customer-service .container .detail-wrap.detail-wrap .detail-box p,
  #wrapper #customer-service .container .detail-wrap.detail-wrap .detail-box span,
  #wrapper #customer-service .container .detail-wrap.detail-wrap .detail-box b,
  #wrapper #customer-service .container .faq-wrap.detail-wrap .detail-box p,
  #wrapper #customer-service .container .faq-wrap.detail-wrap .detail-box span,
  #wrapper #customer-service .container .faq-wrap.detail-wrap .detail-box b {
    font-size: 12px !important;
  }
  #wrapper #customer-service .container .detail-wrap.faq-wrap,
  #wrapper #customer-service .container .faq-wrap.faq-wrap {
    gap: 1rem;
  }
  #wrapper #customer-service .container .detail-wrap.faq-wrap .title-box .mark,
  #wrapper #customer-service .container .faq-wrap.faq-wrap .title-box .mark {
    min-width: 3.6rem;
  }
  #wrapper #customer-service .container .detail-wrap.faq-wrap .detail-box,
  #wrapper #customer-service .container .faq-wrap.faq-wrap .detail-box {
    padding: 1.5rem 1rem;
    gap: 0.6rem;
    border-radius: 1.5rem;
  }
  #wrapper #customer-service .container .detail-wrap.faq-wrap .detail-box .answer-text,
  #wrapper #customer-service .container .faq-wrap.faq-wrap .detail-box .answer-text {
    font-size: 12px;
  }
  #wrapper #customer-service .container .detail-wrap.faq-wrap .detail-box .mark,
  #wrapper #customer-service .container .faq-wrap.faq-wrap .detail-box .mark {
    font-size: 12px;
    min-width: 3.6rem;
    width: 3.6rem;
    height: 2.2rem;
    line-height: 2.2rem;
  }
  #wrapper #customer-service .container .more-btn {
    margin-top: 1rem;
    width: 20rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.5rem;
  }
  #wrapper #customer-service.customer-form-wrap .container {
    padding: 1.5rem 0;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form {
    max-width: 95vw;
    margin-bottom: 2rem;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box {
    padding: 1.5rem;
    margin-bottom: 3rem;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box h5 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout {
    gap: 1.2rem 1rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    justify-content: center;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout select,
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout input,
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout textarea {
    width: 26rem;
    font-size: 1.3rem;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout select::-moz-placeholder, #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout input::-moz-placeholder, #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout textarea::-moz-placeholder {
    font-size: 1.3rem;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout select::placeholder,
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout input::placeholder,
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout textarea::placeholder {
    font-size: 1.3rem;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout select option,
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout input option,
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .layout textarea option {
    width: 26rem;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .detail-textarea {
    gap: 1.2rem;
    justify-content: center;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .detail-textarea textarea,
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .detail-textarea input {
    width: 26rem;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box .detail-textarea .flex-row {
    justify-content: center;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form .border-box label {
    font-size: 1.3rem;
    width: 6rem;
  }
  #wrapper #customer-service.customer-form-wrap form.customer-form input.orn-btn {
    width: 100%;
  }
}